Key Binding Fix

Application Data Directory

The per-user application data directory is located in the following directory:

  • %APPDATA%\marktext on Windows
  • $XDG_CONFIG_HOME/marktext or ~/.config/marktext on Linux
  • ~/Library/Application Support/marktext on macOS

When portable mode is enabled, the directory location is either the --user-data-dir parameter or marktext-user-data directory.

Add file with name: keybindings.json

{
"tabs.switch-to-first": "",
"tabs.switch-to-second": "",
"tabs.switch-to-third": "",
"tabs.switch-to-fourth": "",
"tabs.switch-to-fifth": "",
"tabs.switch-to-sixth": "",
"tabs.switch-to-seventh": "",
"tabs.switch-to-eighth": "",
"tabs.switch-to-ninth": "",
"tabs.switch-to-tenth": ""
}